home *** CD-ROM | disk | FTP | other *** search
/ Revista do CD-ROM 102 / CD-ROM 102.iso / aplic / 2sync / 2SyncSetup.exe / modules / mt / panel / scripts / DefineButton2_90 / BUTTONCONDACTION on(release).as < prev    next >
Encoding:
Text File  |  2002-03-20  |  353 b   |  15 lines

  1. on(release){
  2.    set("_level40/sound/lib:sound","258");
  3.    call("_level40/sound/lib:play");
  4.    tellTarget("_level50")
  5.    {
  6.       gotoAndStop("off");
  7.    }
  8.    if(eval(path add "bar") ne getProperty("../../", _name))
  9.    {
  10.       set(path add "bar",getProperty("../../", _name));
  11.       call(path add "select");
  12.    }
  13.    call(path add "close");
  14. }
  15.